home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0151.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.1 KB  |  24 lines

  1. In my last piece of mail (I hope they arrive in order) I tried to
  2. generalize replacement and expansion links.  But this way of
  3. describing links presupposes that links have a range in the source
  4. document.  You need this (or is this obvious?) e.g. because you must
  5. know whether an annotation applies to the entire document, a section,
  6. or just one word.  Likewise for replacements, you need to know how
  7. much to replace.
  8.  
  9. But as far as I know, in most (all?) hypertext systems, the origin and
  10. destination of links are points.  Certainly this is true in WWW, e.g.
  11. The destination of a link is a position in a document, never a section
  12. of a document.  On the other hand, in some sense WWW's Anchors do label
  13. a region of the origin, since the anchor has an explicit beginning
  14. and end.
  15.  
  16. But then this raises another issue: does WWW allow anchors within
  17. anchors?  I think not - in which case I could not use WWW anchors to
  18. both label a paragraph (e.g. for attaching an annotation) and a word
  19. within it (e.g. for definition).  This worries me quite a bit.  Nor
  20. can I attach multiple links to the same point (e.g. definitions of a
  21. word in multiple languages).
  22.  
  23.  
  24.